C1.Web.Api.Configuration Namespace : Manager<T> Class |
The following tables list the members exposed by Manager<T>.
Name | Description | |
---|---|---|
![]() | Manager<T> Constructor |
Name | Description | |
---|---|---|
![]() | Add | Add item with the key to the manager. |
![]() | Contains | Gets a boolean value which indicates whether the key exists in the manager. |
![]() | Get | Gets the instance which is mapped to the specified key. |
![]() | Remove | Remove the item with the specified key. |
![]() | TryGet | Try to get the instance which is mapped to the specified key. |